From f524a9315b1537b5a6807a426e350ba8efb1b6f4 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Thu, 20 Jun 2019 16:09:28 +0100 Subject: [PATCH] Set the monitor's connector under X11 Like we do on Wayland. In this case, we copy it from the same source as the output name, because it's going to match. --- gdk/x11/gdkscreen-x11.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gdk/x11/gdkscreen-x11.c b/gdk/x11/gdkscreen-x11.c index 294e1c4338..cda654f04e 100644 --- a/gdk/x11/gdkscreen-x11.c +++ b/gdk/x11/gdkscreen-x11.c @@ -432,6 +432,7 @@ init_randr15 (GdkX11Screen *x11_screen, gboolean *changed) gdk_monitor_set_refresh_rate (GDK_MONITOR (monitor), refresh_rate); gdk_monitor_set_scale_factor (GDK_MONITOR (monitor), x11_screen->surface_scale); gdk_monitor_set_model (GDK_MONITOR (monitor), name); + gdk_monitor_set_connector (GDK_MONITOR (monitor), name); g_free (name); if (rr_monitors[i].primary) -- 2.30.2